argument n. 1.争论,辩论,论证。 2.论据,论点。 3.(书籍等的)梗概,摘要,大纲;(剧本等的)情节。 4.【数学】幅角;宗量,宗数,自变数。 5.【逻辑学】(三段论中的)中项,中词。 6.〔废语〕证据。 an artificial argument 巧辩,诡辩。 start [put forward] an argument 开始[挑起]争论。 argument against [for, in favour of] 反对[赞成]…的论点。 get [fall] into an argument with 与…发生争论。 ram an argument home 反覆说明论点使对方接受。 without argument 无异议。
default n. 1.不履行;违约;拖欠。 2.【法律】不履行债务;缺席。 3.欠缺,缺乏。 judgment by default 缺席裁判。 make default 缺席。 suffer a default 受缺席裁判。 be in default 不履行(契约)。 in default of 因无…,若缺少…时,若没有…时(He was silent in default of any excuse. 他无可推诿,哑口无言)。 vi.,vt. 1.拖欠(欠款等),不履行。 2.(使)不到案;(比赛)不出(场),不参加到底。 3.缺席裁判(某人),因不出场而输掉(比赛)。 defaulting subscriber (电话)欠费用户。
Functions can have default arguments , as shown for the value argument of the 函数可以有默认参数,如
If no texture is set for this stage , the default argument is 如果没有设置此贴图层的纹理,则默认参数是
Array unless default arguments are defined on the member 数组中的参数个数(除非在成员上定义了默认参数) 。
Accessing default argument values 访问默认参数值
The default argument of 的默认参数是
Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create 函数和方法的默认参数极大地减少了需要创建的重载方法数量。
The conventional way to have a reference refer to no - object is to provide an explicit singleton representing by convention a null object which often serves as a default argument to a function parameter (让引用引用空对象的常规方式是提供显式的单一实例,按约定,该实例表示一个经常充当函数参数的默认变量的空对象) 。
百科解释
In computer programming, a default argument is an argument to a function that a programmer is not required to specify.